/*----------------------*/
/*    Default styles    */
/*----------------------*/
/*  General formatting  */
/*----------------------*/
html { height: 100% }
body { height: 100%; margin: 0; padding: 0 }

/* Display 3 per row for medium displays (like mobile phones in landscape or smaller tablets) */
@media screen and (min-width: 28.75em) {
	#banner_img {
		display: none;
	}
}
/* Display 6 to a row for large displays (like medium tablets and up) */
@media screen and min-width: 40.5em) {
	#banner_img {
		display: none;
	}
}			
#menuButton{
	box-sizing:border-box;
	border-style:solid;
	border-width:1px;
	border-color:#D3D3D3;
}
